home *** CD-ROM | disk | FTP | other *** search
/ MacPeople 2000 June 1 / MACPEOPLE-2000-06-01.ISO.7z / MACPEOPLE-2000-06-01.ISO / オンラインウエア / 進め!オンラインウエア / wannabe.68k.1.0a36.sit / wannabe.68k.1.0a36 / WannaBe 68K.rsrc / TEXT_5206_preferences.txt < prev    next >
Text File  |  2000-02-22  |  3KB  |  118 lines

  1. <html>
  2. <head>
  3. <title>Modifying User Preferences in WannaBe</title>
  4. <meta name="generator" content="Frontier 4.2 Mac">
  5. </head>
  6. <body bgcolor="#FFFFFF">
  7.  
  8. <a href="x-wb2:about">About WannaBe</a> |
  9. <a href="x-wb2:help">WannaBe Help</a> |
  10.    <b>Preferences</b> |
  11. <a href="x-wb2:searchplugins">Search Plug-ins</a> |
  12. <a href="x-wb2:bookmarks">Bookmarks</a>
  13.  
  14.  
  15. <H1>Modifying User Preferences in WannaBe</H1>
  16.  
  17. WannaBe supports only a small number of user preferences.  
  18. Some of them are configured via Internet Config, while others
  19. are modifiable using ResEdit.
  20.  
  21. <h2>Internet Config Preferences</h2>
  22.  
  23. WannaBe supports (actually requires) the
  24.  <a href="http://www.quinn.echidna.id.au/Quinn/Config/"
  25.  >Internet Config</a> preference system.
  26. WannaBe uses the following settings from Internet Config:
  27.  
  28. <p>
  29.  
  30. <ul>
  31. <li>HTTP Proxy Settings (but not the "No Proxy Domains" -- yet)
  32. <li>Home Page
  33. <li>File Mappings
  34. <li>URL Helpers
  35. </ul>
  36.  
  37. <p>
  38.  
  39. To modify any of the above settings, use the 
  40. Internet Config application, or if you 
  41. are using a newer MacOS system version which 
  42. includes the Internet Control
  43. Panel, use that.
  44.  
  45. <h2>Preferences Modifiable with ResEdit</h2>
  46.  
  47. WannaBe uses a preferences file (currently it must be called
  48. "WannaBe Preferences") that contains various settings which
  49. can be modified with a resource editor such as ResEdit.  These include:
  50.  
  51. <p>
  52.  
  53. <ul>
  54. <li>Fonts
  55. <li>Text sizes
  56. <li>Whether or not HTTP authentication data is cached
  57. </ul>
  58.  
  59. To modify any of these settings, it helps to be familiar with ResEdit.  
  60. I hope to use an easier format in the future.
  61.  
  62. There are 4 specific text-related settings, as well as the 
  63. authentication setting : 
  64.  
  65. <ul>
  66. <li>primary font for web page text (PREF resource 1) 
  67. <li>font for "Presentation" mode (for text in a <PRE> element) 
  68.         (PREF resource 2) 
  69. <li>size of body text (PREF resource 3) 
  70. <li>sizes for heading text (PREF resource 4) 
  71. <li>use HTTP authentication caching? (PREF resource 6) 
  72. </ul>
  73.  
  74. <p>
  75.  
  76. As usual, save a copy of the "WannaBe Preferences"  file 
  77. before you modify it. Improperly modifying this preference file can
  78.  cause WannaBe to crash, so be very careful.   Each setting is a 
  79.  separate PREF resource. 
  80.  
  81. <p>
  82.  
  83. To modify the font settings, open the relevant resource and simply 
  84. select the current font name completely and replace it by typing
  85.  the name of your desired font.
  86.  
  87. <p>
  88.  
  89. To modify the body text size, it helps to understand hexadecimal 
  90. numbers. The default size is 10, which is represented by 000A. 
  91. Anything less than 10 is represented the same way it is 
  92. represented in decimal (for instance, 9 is 0009). 12, 14, 15, 16, 
  93. 18, 20, 22, and 24 are represented by 000C, 000E, 000F, 0010, 
  94. 0012, 0014, 0016, and 0018 respectively. Be sure to use only 2
  95. bytes (4 characters in the center column) when you modify the
  96. setting, just like the default.
  97.  
  98. <p>
  99.  
  100. To modify the sizes of heading text, use similar representations 
  101. as for the body text size. The first 2 bytes are for H1 headings, 
  102. while subsequent bytes are for the headings from H2 through H6.
  103.  
  104. <p>
  105.  
  106. To turn off HTTP authentication caching, change the "FF" 
  107. in PREF resource 6 to 
  108. "00".  (zero, zero)  To turn it back on, change it back 
  109. to "FF".
  110.  
  111. <p>
  112.  
  113.  
  114. Back to WannaBe <a href="x-wb2:help">Help</a>.<p>
  115.  
  116. </body>
  117. </html>
  118.